home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / TIMESCPE.dxr / 00190_Delay.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  156 b   |  10 lines

  1. on exitFrame
  2.   delay(240)
  3.   repeat while soundBusy(2)
  4.     if the mouseDown then
  5.       sound fadeOut 2, 2 * 60
  6.       exit repeat
  7.     end if
  8.   end repeat
  9. end
  10.